projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4aa6743
)
tests: Use Window instead of GdkNativeWindow in testsocket example
author
Benjamin Otte
<otte@redhat.com>
Fri, 28 Jan 2011 14:37:57 +0000
(15:37 +0100)
committer
Benjamin Otte
<otte@redhat.com>
Fri, 28 Jan 2011 16:06:07 +0000
(17:06 +0100)
tests/testsocket.c
patch
|
blob
|
history
diff --git
a/tests/testsocket.c
b/tests/testsocket.c
index a17a74970e628af6bb31f6d2792ec5069e9e82a6..daa305307156d270143de9f889ead6bd8bab8fd8 100644
(file)
--- a/
tests/testsocket.c
+++ b/
tests/testsocket.c
@@
-249,7
+249,7
@@
void
add_local_passive_child (GtkWidget *window)
{
Socket *socket;
-
GdkNative
Window xid;
+ Window xid;
socket = create_socket ();
gtk_box_pack_start (GTK_BOX (box), socket->box, TRUE, TRUE, 0);